2013-12-23 - 6474 - Spec - SNC (IDOC Extension) #SNCProject #US #ABAPSNC #abapidoc

SPECIFICATIONS

6474-Spec-SNC IDOC Extension

Purpose

Extend IDOC /AFS/ORDER05

Admin Info


Purpose
Extend IDOC /AFS/ORDER05
Requested By
Rahul Attarde
Spec Created By
Adithya
Spec Created Date
12/23/2013
Spec QA by
Adithya
Objects
IDOC /AFS/ORDERS05
Document Status
Complete

References


Prior Tickets

N/A

Documents
N/A

Functional Requirement


IDOC with Basic Type /AFS/ORDER05 is not picking 3 fields that are Commodity Code, Ex Factory Date and shipping instructions
These three fields are to be communicated to SNC system through this IDOC.

Updated On Date: 01/29/2014:

IDOC is not getting triggered when all the line items in the PO are deleted.
SNC has come up with the suggestion to update Program and FORM routine. Please refer :

With the above change the IDOC generated for PO change will be with Message Type ORDCHG.
Extension is not assigned to ORDCHG.
So the Extended segment has to be assigned to Message type ORDCHG to get the fields of the extension in the Change IDOC of PO.

Solution Summary


[Discuss this section with Requester and get approval prior to beginning work]
Extend the IDOC /AFS/ORDER05 so as to get the fields Commodity code, Ex factory date and shipping instructions with out having impact on other areas where this IDOC is been used.

Updated On Date: 01/29/2014:

Assign the extended segment to message type ORDCHG in WE82

Test Plan
[List test scenarios/cases to be executed here]

Test Scenario
Expected Results
1
Create a Purchase order with output type ZSNC
Commodity Code, Ex factory date and shipping instructions must be displayed in the IDOC
2
Create a Purchase order with out put type ZNU4
Commodity Code, Ex factory date and shipping instructions must no be displayed in the extension of the IDOC
3
Create a Purchase Order with ZSNC and ZNU4 output type
Commodity Code, Ex factory date and shipping instructions, must be displayed in the IDOC generated for ZSNC output, For IDOC generated for ZNU4 output those fields must not be displayed in the IDOC


Test Scenario
Expected Results
1
Change the Purchase Order with output type ZSNC
An IDOC must be triggered with the new Message type ORDCHG with the extension.
Solution Details

[Provide complete technical details for configuration or programming here]
Extend the IDOC /AFS/ORDER05 and get the required fields to communicate to SNC system.
ZSNCOR05 is the extension done.

Updated on Date : 01/29/2014

Assign extension to the message type ORDCHG.

Issues